Implement IntoIterator and use it for an example#468
Implement IntoIterator and use it for an example#468matthiasgoergens merged 6 commits intomasterfrom
IntoIterator and use it for an example#468Conversation
|
@lispc Here's another simple one that we can get into |
I am neutral for this change. iter() does not seems so bad for me. Wait the original struct author to review. |
I guess I need to make good on the promise in the PR description to show why this is a useful change:
|
lispc
left a comment
There was a problem hiding this comment.
oh i realized before it was a self-named-iter method.
There's lots more in the code where we can use this to simplify things later. But I want to keep the PR simple.